修复在下拉刷新即将完成时,用户操作界面后,导致下拉展开动画不同步问题。#15
Open
fuyuguang wants to merge 1 commit intoJmStefanAndroid:masterfrom
Open
修复在下拉刷新即将完成时,用户操作界面后,导致下拉展开动画不同步问题。#15fuyuguang wants to merge 1 commit intoJmStefanAndroid:masterfrom
fuyuguang wants to merge 1 commit intoJmStefanAndroid:masterfrom
Conversation
Author
|
修复 : 当下滑刷新后,刷新即将完成时,轻轻上滑,出现刷新完成,但是 SmileView(笑脸)没有隐藏的问题 问题出在stopPin() 方法 中的 isPining 赋值上 ,只有当结束动画执行完成后,才能 改变 isPining的状态为 false , 不然会出现 结束动画还没有执行完,这时用户操作界面,导致 onNestedPreScroll()方法中的 scale()方法(下拉展开动画) 又会执行 ,出现的状态不同步问题 |
Closed
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.